home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / TEST.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  1.7 KB  |  86 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║Mark II WCS Base Switch Settings                                       ║
  3. REM ║Black Hat switch = Digital                                             ║
  4. REM ║Red Switch       = Analog                                              ║
  5. REM ╚═══════════════════════════════════════════════════════════════════════╝
  6. REM
  7. REM NOTE:  No throttle statement is needed with the WCS II run thru the
  8. REM   FLCS as analog! When no throttle statement is encountered for the
  9. REM   WCS II, it is assumed ANALOG and the RED switch must be in ANALOG.
  10. REM
  11. REM
  12. REM ╔════════════════════════════════════════════════════════╗
  13. REM ║ This is a TEST file for making sure the FLCS is in
  14. REM ║ proper working order. The key commands listed below    ║
  15. REM ║ are what should be seen on the screen when the FLCS    ║
  16. REM ║ Has downloaded correctly.                              ║
  17. REM ╚════════════════════════════════════════════════════════╝
  18. USE WCS
  19.  
  20. RATE 100
  21.  
  22. REM ╔════════════════════════╗
  23. REM ║FLCS Buttons Commands:  ║
  24. REM ╚════════════════════════╝
  25.  
  26.  
  27. BTN H1U H 1 U
  28.  
  29. BTN H1L H 1 L
  30.  
  31. BTN H1R H 1 R
  32.  
  33. BTN H1D H 1 D
  34.  
  35. BTN S1 S 1
  36.  
  37. BTN S2 S 2
  38.  
  39. BTN S3 S 3
  40.  
  41. BTN S4 S 4
  42.  
  43. BTN H2U H 2 U
  44.  
  45. BTN H2L H 2 L
  46.  
  47. BTN H2R H 2 R
  48.  
  49. BTN H2D H 2 D
  50.  
  51. BTN H3U H 3 U
  52.  
  53. BTN H3L H 3 L
  54.  
  55. BTN H3R H 3 R
  56.  
  57. BTN H3D H 3 D
  58.  
  59. BTN H4U H 4 U
  60.  
  61. BTN H4L H 4 L
  62.  
  63. BTN H4R H 4 R
  64.  
  65. BTN H4D H 4 D
  66.  
  67. REM ╔════════════════════════╗
  68. REM ║WCS II Buttons Commands:║
  69. REM ╚════════════════════════╝
  70.  
  71. BTN T1 W C S 1
  72.  
  73. BTN T2 W C S 2
  74.  
  75. BTN T3 W C S 3
  76.  
  77. BTN T4 W C S 4
  78.  
  79. BTN T5 W C S 5
  80.  
  81. BTN T6 W C S 6
  82.  
  83. BTN T7 /P /N R U  /R /N R M
  84.  
  85. BTN T8 /P /N R D /R /N R M
  86.